cody - HTMLify profile
files of /cody/solygambas/html-css-javascript-projects/020-button ripple effect/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
const buttons = document.querySelectorAll(".ripple");
buttons.forEach((button) => {
button.addEventListener("click", function
buttons.forEach((button) => {
button.addEventListener("click", function